home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
pc
/
code
/
debug
/
memmon.dir
/
00065_Vol1 button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-02-15
|
443 b
|
15 lines
on mouseDown
repeat while the mouseDown
if (the mouseV > 68) and (the mouseV < 135) then
set the locV of sprite the clickOn to the mouseV - 3
set the height of sprite 36 to the mouseV - 70
set the volume of sound 1 to 256 - (the height of sprite 36 * 1.0 / 64 * 256) - 1
updateStage()
end if
end repeat
end
on mouseUp
set the volume of sound 1 to 256 - (the height of sprite 36 * 1.0 / 64 * 256) - 1
end